home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3tbar.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_TOOLBAR_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_TOOLBAR = 887;
-
-
-
-
-
-
-
- R3TBA_ToolFrameWindow = 887500;
- function GetR3TBA_ToolFrameWindow() {
- return R3ToJS(R3Get(this.r3obj, R3TBA_ToolFrameWindow, R3TID_OBJECT, 0));
- }
-
- R3TBA_Active = 887503;
- function SetR3TBA_Active(value) {
- R3Set(this.r3obj, R3TBA_Active, value, R3TID_INTEGER, 0);
- }
-
- function GetR3TBA_Active() {
- return R3Get(this.r3obj, R3TBA_Active, R3TID_INTEGER, 0);
- }
-
- R3TBA_Scrolled = 887504;
- function SetR3TBA_Scrolled(value) {
- R3Set(this.r3obj, R3TBA_Scrolled, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3TBA_Scrolled() {
- return R3Get(this.r3obj, R3TBA_Scrolled, R3TID_BOOLEAN, 0);
- }
-
- R3TBA_ControlId = 887505;
- function GetR3TBA_ControlId() {
- return R3Get(this.r3obj, R3TBA_ControlId, R3TID_INTEGER, 0);
- }
-
- R3TBA_StatusId = 887506;
- function GetR3TBA_StatusId() {
- return R3Get(this.r3obj, R3TBA_StatusId, R3TID_INTEGER, 0);
- }
-
- R3TBA_ShowLabels = 887508;
- function SetR3TBA_ShowLabels(value) {
- R3Set(this.r3obj, R3TBA_ShowLabels, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3TBA_ShowLabels() {
- return R3Get(this.r3obj, R3TBA_ShowLabels, R3TID_BOOLEAN, 0);
- }
-
- R3TBA_ShowFrame = 887509;
- function SetR3TBA_ShowFrame(value) {
- R3Set(this.r3obj, R3TBA_ShowFrame, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3TBA_ShowFrame() {
- return R3Get(this.r3obj, R3TBA_ShowFrame, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Toolbar () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TOOLBAR, arguments);
- }
- // Methods
-
- // Attributes
- this.GetToolFrameWindow=GetR3TBA_ToolFrameWindow;
- this.GetActive=GetR3TBA_Active;
- this.SetActive=SetR3TBA_Active;
- this.GetScrolled=GetR3TBA_Scrolled;
- this.SetScrolled=SetR3TBA_Scrolled;
- this.GetControlId=GetR3TBA_ControlId;
- this.GetStatusId=GetR3TBA_StatusId;
- this.GetShowLabels=GetR3TBA_ShowLabels;
- this.SetShowLabels=SetR3TBA_ShowLabels;
- this.GetShowFrame=GetR3TBA_ShowFrame;
- this.SetShowFrame=SetR3TBA_ShowFrame;
- }
-
- r3Toolbar.prototype=new r3Window;
- // r3tbar.h_H